home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group03a.txt / 000008_icon-group-sender_Tue Feb 11 07:28:22 2003.msg < prev    next >
Internet Message Format  |  2003-12-22  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id h1BER8H22413
  4.     for icon-group-addresses; Tue, 11 Feb 2003 07:27:08 -0700 (MST)
  5. Message-Id: <200302111427.h1BER8H22413@baskerville.CS.Arizona.EDU>
  6. From: ernobe <ernobe@yahoo.com>
  7. X-Newsgroups: comp.lang.icon
  8. Subject: data values
  9. Date: Mon, 10 Feb 2003 17:42:19 -0600
  10. User-Agent: Noworyta News Reader/2.9
  11. To: icon-group@cs.arizona.edu
  12. Errors-To: icon-group-errors@cs.arizona.edu
  13. Status: RO
  14.  
  15. "The Implementation of the Icon programming language" is available for
  16. free download at the Icon website.
  17. In the Preface it is mentioned that one of the target audiences could be
  18. ordinary computer users who might have an interest in Icon, therefore it
  19. might be worthwhile to discuss its contents in a public newsgroup, where
  20. different viewpoints on such a clear and evident fundamental text can
  21. help further the understanding of more experienced users or encourage
  22. those like myself who have in fact no other means available to further
  23. an understanding of, and clear up confusions related to, the study
  24. before us.  Anyway, in Chapter 2, page 9, there appears that,  
  25. "A source-language file is a data value that provides an interface
  26. between the program and a data file in the environment in which the
  27. program executes".  
  28.         Considering that source-language files are what programs are
  29. made from, the previous statement is unclear in that it states that a
  30. source language file provides an interface between things that it has
  31. not yet created.  Would it not be clearer to say that such a file
  32. creates a data file in the environment, which is then used by the
  33. program?
  34.